Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add new link types #164

Merged
merged 3 commits into from
Nov 26, 2024
Merged

feat: add new link types #164

merged 3 commits into from
Nov 26, 2024

Conversation

ldhyen99
Copy link
Contributor

@ldhyen99 ldhyen99 commented Nov 25, 2024

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore (Release)
  • ⏩ Revert

Description

Related Tickets & Documents

Mobile & Desktop Screenshots/Recordings

Traceability Event
image

DPP
image

Transaction Event
image

Object Event
image

Association Event
image

Aggregation Event
image

Transformation Event
image

Digital Conformity Credential
image

Digital Facility Record
image

Added tests?

  • πŸ‘ yes
  • πŸ™… no, because they aren't needed
  • πŸ™‹ no, because I need help

Added to documentation?

  • πŸ“œ README.md
  • πŸ“• storybook
  • πŸ™… no documentation needed

[optional] Are there any post-deployment tasks we need to perform?

Copy link

github-actions bot commented Nov 25, 2024

Code Coverage Report

Lines Statements Branches Functions
Coverage: 81%
80.45% (2840/3530) 66.46% (559/841) 74.58% (317/425)
Title Lines Statements Branches Functions
All packages Coverage: 81%
80.45% (2840/3530) 66.46% (559/841) 74.58% (317/425)
Components Coverage: 84%
84.03% (516/614) 69.36% (120/173) 77.23% (95/123)
Mock app Coverage: 71%
71.65% (369/515) 53.23% (74/139) 68.14% (77/113)
Services Coverage: 80%
78.26% (976/1247) 62.9% (234/372) 75.91% (104/137)
UNTP test suite Coverage: 57%
57.34% (992/1730) 80.86% (131/162) 71.92% (41/57)
VC test suite Coverage: 7%
7.4% (12/162) 7.4% (2/27)

@ldhyen99 ldhyen99 marked this pull request as ready for review November 26, 2024 03:03
namhoang1604
namhoang1604 previously approved these changes Nov 26, 2024
@ashleythedeveloper ashleythedeveloper merged commit 6be27a2 into next Nov 26, 2024
4 checks passed
namhoang1604 added a commit that referenced this pull request Nov 26, 2024
…yment-0.5.0

* 'next' of github.com:uncefact/tests-untp:
  docs: add diagrams for the import and scanning component (#154)
  feat: add new link types (#164)
  chore: update idr docker image for link types voc (#166)
  docs: update extensions section (#158)
namhoang1604 added a commit that referenced this pull request Nov 28, 2024
…e-storage-service-encrypted-endpoint

* 'next' of github.com:uncefact/tests-untp:
  fix: download vc button (#160)
  docs: add diagrams for the import and scanning component (#154)
  feat: add new link types (#164)
  chore: update idr docker image for link types voc (#166)
  docs: update extensions section (#158)
  chore: update idr seeding script (#163)
  feat: implement flexible identifier schemes (#162)
  chore: update storage-service image to latest version (#161)
  chore: update docker compose with new vckit image (#159)

# Conflicts:
#	app-config.json
#	packages/components/src/constants/app-config.json
#	packages/mock-app/src/constants/app-config.json
#	packages/services/src/__tests__/aggregationEvent.test.ts
#	packages/services/src/__tests__/linkResolver.test.ts
#	packages/services/src/__tests__/processDPP.test.ts
#	packages/services/src/__tests__/transactionEvent.test.ts
#	packages/services/src/__tests__/transformationEvent.test.ts
#	packages/services/src/epcisEvents/aggregationEvent.ts
#	packages/services/src/epcisEvents/associationEvent.ts
#	packages/services/src/epcisEvents/objectEvent.ts
#	packages/services/src/epcisEvents/transactionEvent.ts
#	packages/services/src/epcisEvents/transformationEventOnly.ts
#	packages/services/src/linkResolver.service.ts
#	packages/services/src/processDPP.service.ts
#	packages/services/src/processDigitalConformityCredential.service.ts
#	packages/services/src/processDigitalFacilityRecord.service.ts
#	packages/services/src/processDigitalIdentityAnchor.service.ts
namhoang1604 added a commit that referenced this pull request Nov 28, 2024
…e-storage-service-encrypted-endpoint

* 'next' of github.com:uncefact/tests-untp:
  fix: download vc button (#160)
  docs: add diagrams for the import and scanning component (#154)
  feat: add new link types (#164)
  chore: update idr docker image for link types voc (#166)
  docs: update extensions section (#158)
  chore: update idr seeding script (#163)
  feat: implement flexible identifier schemes (#162)
  chore: update storage-service image to latest version (#161)
  chore: update docker compose with new vckit image (#159)

# Conflicts:
#	app-config.json
#	packages/components/src/constants/app-config.json
#	packages/mock-app/src/constants/app-config.json
#	packages/services/src/__tests__/aggregationEvent.test.ts
#	packages/services/src/__tests__/linkResolver.test.ts
#	packages/services/src/__tests__/processDPP.test.ts
#	packages/services/src/__tests__/transactionEvent.test.ts
#	packages/services/src/__tests__/transformationEvent.test.ts
#	packages/services/src/epcisEvents/aggregationEvent.ts
#	packages/services/src/epcisEvents/associationEvent.ts
#	packages/services/src/epcisEvents/objectEvent.ts
#	packages/services/src/epcisEvents/transactionEvent.ts
#	packages/services/src/epcisEvents/transformationEventOnly.ts
#	packages/services/src/linkResolver.service.ts
#	packages/services/src/processDPP.service.ts
#	packages/services/src/processDigitalConformityCredential.service.ts
#	packages/services/src/processDigitalFacilityRecord.service.ts
#	packages/services/src/processDigitalIdentityAnchor.service.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants